isDistributable

abstract fun isDistributable(blocks: List<DesignBlock>): Boolean

Confirms that a given set of blocks can be distributed.

Return

whether the blocks can be distributed.

Parameters

blocks

a non-empty array of block ids.